presentation
Interface ChampionnatInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Championnat
public interface ChampionnatInterface
- extends java.rmi.Remote
createChampionnat
boolean createChampionnat(java.lang.String nom)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNom
java.lang.String getNom()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
findChampionnatIdByName
void findChampionnatIdByName(java.lang.String nameChampionnat)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getId
int getId()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
findChampionnat
void findChampionnat(java.lang.String nameChampionnat)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getListeEquipes
java.util.ArrayList<Equipe> getListeEquipes()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException